home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / poradnik / switching-guide / common / ubuntu-book.css next >
Cascading Style Sheet File  |  2008-05-05  |  3KB  |  213 lines

  1. /*
  2. * Original version created for the Ubuntu documentation team
  3. by Jeff Schering on Sept 2, 2005
  4. * Hacked on by Matthew East for the Ubuntu documentation team.
  5.     
  6. Original application is for the FAQ Guide, and features
  7.  the Ubuntu colour scheme
  8.  
  9. This file is in the Public Domain.
  10.     
  11.  */
  12.  
  13. html {
  14.         background-color: white;
  15.         color: black;
  16.         font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  17.         font-size: 0.9em;
  18.         line-height: 1.5em;
  19. }
  20.  
  21. body {
  22.     margin-left: 5em;
  23.     margin-right: 5em;
  24.     margin-top: 0;
  25.     padding: 0;
  26. }
  27.  
  28. #header {
  29.     margin: 0;
  30.     padding: 0;
  31. }
  32.  
  33. #mastwrap {
  34.     margin-left: -5em;
  35.     margin-right: -5em;
  36.     background: url('img/u-header.png') bottom left repeat-x #DBBA75;
  37. }
  38.  
  39. #masthead
  40. {
  41.     position:relative;
  42.     background: url('img/headerlogo.png') bottom left no-repeat transparent;
  43.     border-style: solid;
  44.     border-width: 0;
  45.     color: #000;
  46.     height: 90px;
  47. }
  48.  
  49. ul {
  50.     margin-left: 5px;
  51. }
  52.  
  53. .orderedlist {
  54.     margin-left: 10px;
  55. }
  56.  
  57. .titlepage {
  58.   padding-right: 1em;
  59. }
  60.  
  61. div.toc dt { 
  62.   margin-top: 2px; 
  63. }
  64.  
  65. div.toc {
  66.   padding-left: 1em;
  67.   padding-right: 1em;
  68. }
  69.  
  70. div.toc dt :visited { 
  71.     color: black; /* Ubuntu visited link color */
  72. }
  73.  
  74. div.qandaset dt :visited { 
  75.     color: black; /* Ubuntu visited link color */
  76. }
  77.  
  78. :link { 
  79.     color: #6d4c07; /* dark brown */
  80. }
  81.  
  82. :visited { 
  83.     color: #6d4c07; /* dark brown */
  84. }
  85.  
  86. dl { 
  87.   margin-top: 0em; 
  88.   margin-bottom: 0.5em; 
  89. }
  90.  
  91. dt { 
  92.   margin-top: 1em; 
  93. }
  94.  
  95. div.qandaset {
  96.     margin-left: 1em;
  97. }
  98.  
  99. .guimenu, .guimenuitem, .guisubmenu {
  100.     font-style: italic;
  101.     color: #6d4c07; /* dark brown */
  102. }
  103.  
  104. .guilabel, .guibutton { 
  105. }
  106.  
  107. .question { 
  108.   font-weight: bold; 
  109. }
  110.  
  111. /* accelerator keys in menus */
  112. .accel { 
  113.   text-decoration: underline;
  114. }
  115.  
  116. h1
  117. {
  118.         margin: 1.5em 0 0 0;
  119.         font-weight: bold;
  120.     font-size: 2em; 
  121.         color: #6d4c07; /* ubuntu dark brown */
  122.         line-height: 1.2em;
  123.  
  124. }    
  125.  
  126.  
  127. h2, h3, h4, h5, h6
  128. {
  129.         font-weight: normal; 
  130.         color: #6d4c07; /* ubuntu dark brown */
  131.         line-height: 1.2em;
  132. }    
  133.  
  134. h2
  135. {
  136.         font-size: 1.8em;
  137.     border-bottom: 2px solid #6d4c07;
  138. }
  139.  
  140. h3 {
  141.     font-size: 1.5em;
  142. }
  143.  
  144. h4 {
  145.     font-size: 1.2em;
  146. }
  147.  
  148. h5, h6 {font-size: 1em;}
  149.  
  150. .screen, .programlisting { 
  151.     background-color:  #f0eee6; /* light salmon */
  152.     border: 1pt solid #C1B496; /* dark tan */
  153.   padding: 5px; 
  154.  
  155.  
  156. .revhistory { font-size: 0.9em; }
  157.  
  158. #sisternav {
  159.     position:absolute;
  160.     bottom:0px;
  161.     right:0px;
  162. }
  163.  
  164. #sisternav ul {
  165.     display:inline;
  166.     margin:0;
  167.     padding:10px 10px 0 1px;
  168.     list-style:none;
  169. }
  170.                   
  171. #sisternav li {
  172.     display:inline;
  173.     float:left;
  174.     background:url(img/tab_off_ns1.png) no-repeat left top;
  175.     margin:0;
  176.     padding:0 0 0 5px;
  177. }
  178.  
  179. #sisternav a {
  180.     float:left;
  181.     font-size:0.8em;
  182.     display:block;
  183.     background:url(img/tab_off_ns2.png) no-repeat right top;
  184.     padding:8px 15px 3px 8px;
  185.     text-decoration:none;
  186.     font-weight: bold;
  187. }
  188.  
  189. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  190. #sisternav a {float:none;}
  191. /* End IE5-Mac hack */
  192.  
  193. #sisternav li:hover, #sisternav li:hover a {
  194.     background-position:0% -163px;
  195. }
  196.  
  197. #sisternav li:hover a {
  198.     background-position:100% -163px;
  199. }
  200.  
  201. #sisternav #current {
  202.     background:url(img/tab_on_ns1.png) no-repeat left top;                
  203. }
  204.  
  205. #sisternav #current a {
  206.     background:url(img/tab_on_ns2.png) no-repeat right top;
  207.     padding-bottom:4px;
  208. }
  209.  
  210. #sisternav a , #sisternav #current a { color: #444; }
  211. #sisternav #current a:hover, #sisternav li a:hover { color: black;}
  212.